projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e0abd83
)
Make erc-mode noninteractive
author
Lars Ingebrigtsen
<larsi@gnus.org>
Mon, 15 Nov 2021 09:07:11 +0000
(10:07 +0100)
committer
Lars Ingebrigtsen
<larsi@gnus.org>
Tue, 16 Nov 2021 07:26:24 +0000
(08:26 +0100)
* lisp/erc/erc.el (erc-mode): Mark it as noninteractive, because
using it from `M-x' will only lead to problems (bug#51841).
lisp/erc/erc.el
patch
|
blob
|
history
diff --git
a/lisp/erc/erc.el
b/lisp/erc/erc.el
index abb1f64a8225b58607469717894441618e8cc185..c5a4fbe5a0932e87c2939e40971c8376ef7fdfb9 100644
(file)
--- a/
lisp/erc/erc.el
+++ b/
lisp/erc/erc.el
@@
-1479,6
+1479,7
@@
Defaults to the server buffer."
(define-derived-mode erc-mode fundamental-mode "ERC"
"Major mode for Emacs IRC."
+ :interactive nil
(setq local-abbrev-table erc-mode-abbrev-table)
(setq-local next-line-add-newlines nil)
(setq line-move-ignore-invisible t)